Mozilla Firefox 2
For Re-Packaging Firefox, you can follow this link: http://msiworld.blogspot.com.au/2012/01/packaging-mozilla-firefox-901.html Read More
Google Updater Service is not aware of Peroxy Server settings. This script can be used to get rid of the Updater Service. option explicit on error resume next dim objWMI , objSVC dim strSVC … Read More
Silent Install with the Normal Firefox download: "Firefox Setup 2.0.0.14.exe" /S /ira Silent Uninstall from a standard install: "C:\Program Files\Mozilla Firefox\uninstall\helper.exe" /S I te… Read More
For google toobar 4.00. and up the following uninstall command worked for me: MsiExec.exe /x{DBEA1034-5882-4A88-8033-81C4EF0CFA29} /quiet Read More
Set Firefox to be the default browser: firefox.exe -silent -nosplash -setDefaultBrowser Read More
Here's some VBScript code that will remove previous versions... Option Explicit const HKEY_CLASSES_ROOT = &H80000000 const HKEY_CURRENT_USER = &H80000001 const HKEY_LOCAL_MACHINE = &H80000002 … Read More
Here is a VB Script to replace the desktop shortcut 'Firefox_Static_Desktop_Icon.vbs 'Author: Nathan Felton 'Date: 08/02/07 'Purpose: To remove the shortcut created by default by the Mozilla … Read More
For Firefox 2.0.0.4: - Download Setup - Extract Setup into a folder (e.g. with WinRAR) INSTALLATION ============ Start "setup.exe /S" => Setup will start installing Firefox with default prefer… Read More
Global Extension: I used the below command line to register Firefox extensions as global, so every user who uses the app will have these pre-loaded. firefox.exe -install-global-extension <path… Read More
I found the easiest non-MSI route was to extract all the support files from the temp directory, then run the installer, configure a blank profile as I want it and copy that profile back into lo… Read More
I have created an MSI for this Firefox. I wanted to have the proxy settings and the home page setup via the MSI install. Details: - Capture the C:\Temp files/folders created by "Firefox Set… Read More
I used AdminStudio to package Fx2 as an MSI. Deploys great, with one minor issue. The included js3250.dll file is always versioned at 4.0.0.0, no matter which Mozilla build (or product!) you'r… Read More
In file "localized\browserconfig.properties" set browser.startup.homepage and browser.startup.homepage_reset to your preferred homepage In file "localized\defaults\pref\firefox-l10n.js" add li… Read More
The "lastmod" is a date/time stamp in universal time, in the form of the number of seconds from midnight 1970. This is a fairly common programming timestamp. Simply add the number of seconds … Read More
I don't believe that lastmod is a hash that prevents you from altering the whitelist. It's just a modification date value. As long as you have a valid value then Google should still use the mod… Read More
Google toolbar installation notes: First off i install the application as suggested above with switched /q /d. Many of the setting for this application can be configured in the HKEY_CURRENT_U… Read More
From the command line, type '/q' to run the file. You can install the toolbar without its advanced features by adding "/q /d" [d = disable] to the command line. Source: Deploying the Google Toolbar Read More